public class WordCount : FieldPublic Class WordCount
Inherits Field| WordCount | Initializes a new instance of the WordCount class. |
| NumberFormat | Specifies the numbering sequence. The defined values are: -1: Hindu-Arabic number sequence starts with 1. -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”. -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”. -i: number sequence of lowercase Roman numerals starts with “i”. -I: number sequence of uppercase Roman numerals start with “I”. -a value of type string 18.2. -an empty string: no number sequence displayed. If no value is given, no number sequence is displayed. |
| Value | Contains word count. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements |
Returns all content elements.
(Overrides FieldGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent |
Returns the parent element.
(Inherited from Field) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current WordCount object to its equivalent string representation.
(Overrides ObjectToString) |